home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / QuickPlot / ReadMe.txt < prev   
Text File  |  1995-06-12  |  2KB  |  53 lines

  1.  
  2.     QuickPlot - A simple screen (and PostScript printer) plotting
  3.             tool for the NeXT computer.
  4.  
  5.     Copyright 1990  Fred Richards.
  6.  
  7.     The software in this directory is distributed free of
  8.     charge and without a warranty of any kind.  The source
  9.     code may distributed freely as long as it is accompanied
  10.     by this copyright notice.
  11.  
  12.  
  13. QuickPlot is a simple plotting tool meant to provide easy 2-D
  14. plotting of ASCII data files.  Files are assumed to contain two
  15. columns of ASCII numbers (integers of floating-point values),
  16. where the columns should be separated by a TAB or SPACE character.
  17.  
  18. This tool was written using the NeXT Interface Builder tool, and
  19. consequently provides a fairly simple example of how to use the
  20. interface tool.  It also provides a simple introduction to the
  21. PostScript graphics language.
  22.  
  23. To Build the tool simply type 'make' from the current directory and
  24. the rest should be done automatically.
  25. To install the tool, copy the file 'QuickPlot' to '/LocalApps' or
  26. to '~/Apps' in your home directory and then use the 'Find Applications'
  27. panel item from the 'Utilities' panel in the Workspace menu.
  28. QuickPlot should then have its own icon.
  29.  
  30.  
  31. Note that QuickPlot is not intended to produce publication-quality plots,
  32. but rather is meant to be a fast and simple means of graphically displaying
  33. data.  Feel free to add options to the tool to suit your needs.
  34.  
  35.  
  36. If you have useful comments or suggestions you can send them to
  37.  
  38.     fcr@complex.ccsr.uiuc.edu
  39.  
  40. If you modify QuickPlot in ways that you think might be useful to me or
  41. to others then please let me know also.  Always include the release
  42. number (from the Info panel) in all correspondence.
  43.  
  44.  
  45.         Fred Richards
  46.         Dept. of Physics at the University of Illinois
  47.  
  48.         CCSR @ Beckman Institute
  49.         405 N. Mathews Ave.
  50.         Urbana IL 61801
  51.  
  52.  
  53.